added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBAzureServiceBusWCFDS / Client / Client.vbproj
blob8bb1ed650a8e6a145d09a65f011976a620a27c3c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{C5561893-31D4-4DED-B007-879F768D2A99}</ProjectGuid>
9     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10     <OutputType>Library</OutputType>
11     <RootNamespace>Client</RootNamespace>
12     <AssemblyName>Client</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <MyType>Custom</MyType>
15     <OptionExplicit>On</OptionExplicit>
16     <OptionCompare>Binary</OptionCompare>
17     <OptionStrict>Off</OptionStrict>
18     <OptionInfer>On</OptionInfer>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <DefineDebug>true</DefineDebug>
24     <DefineTrace>true</DefineTrace>
25     <OutputPath>bin\</OutputPath>
26     <DocumentationFile>Client.xml</DocumentationFile>
27     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <DefineDebug>false</DefineDebug>
32     <DefineTrace>true</DefineTrace>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\</OutputPath>
35     <DocumentationFile>Client.xml</DocumentationFile>
36     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37   </PropertyGroup>
38   <ItemGroup>
39     <Reference Include="System" />
40     <Reference Include="System.Data" />
41     <Reference Include="System.Data.Services.Client">
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>
43     </Reference>
44     <Reference Include="System.Drawing" />
45     <Reference Include="System.Core">
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="System.Data.DataSetExtensions">
49       <RequiredTargetFramework>3.5</RequiredTargetFramework>
50     </Reference>
51     <Reference Include="System.Runtime.Serialization">
52       <RequiredTargetFramework>3.0</RequiredTargetFramework>
53     </Reference>
54     <Reference Include="System.ServiceModel">
55       <RequiredTargetFramework>3.0</RequiredTargetFramework>
56     </Reference>
57     <Reference Include="System.Web.Extensions">
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Xml.Linq">
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>
62     </Reference>
63     <Reference Include="System.Web" />
64     <Reference Include="System.Xml" />
65     <Reference Include="System.Configuration" />
66     <Reference Include="System.Web.Services" />
67     <Reference Include="System.EnterpriseServices" />
68     <Reference Include="System.Web.Mobile" />
69   </ItemGroup>
70   <ItemGroup>
71     <Import Include="Microsoft.VisualBasic" />
72     <Import Include="System" />
73     <Import Include="System.Collections" />
74     <Import Include="System.Collections.Generic" />
75     <Import Include="System.Data" />
76     <Import Include="System.Linq" />
77     <Import Include="System.Xml.Linq" />
78     <Import Include="System.Diagnostics" />
79     <Import Include="System.Collections.Specialized" />
80     <Import Include="System.Configuration" />
81     <Import Include="System.Text" />
82     <Import Include="System.Text.RegularExpressions" />
83     <Import Include="System.Web" />
84     <Import Include="System.Web.Caching" />
85     <Import Include="System.Web.SessionState" />
86     <Import Include="System.Web.Security" />
87     <Import Include="System.Web.Profile" />
88     <Import Include="System.Web.UI" />
89     <Import Include="System.Web.UI.WebControls" />
90     <Import Include="System.Web.UI.WebControls.WebParts" />
91     <Import Include="System.Web.UI.HtmlControls" />
92   </ItemGroup>
93   <ItemGroup>
94     <Content Include="Default.aspx" />
95     <None Include="Service References\ServiceReference1\Reference.datasvcmap">
96       <Generator>DataServiceClientGenerator</Generator>
97       <LastGenOutput>Reference.vb</LastGenOutput>
98     </None>
99     <Content Include="Web.config" />
100   </ItemGroup>
101   <ItemGroup>
102     <Compile Include="BLL.vb" />
103     <Compile Include="Default.aspx.vb">
104       <SubType>ASPXCodeBehind</SubType>
105       <DependentUpon>Default.aspx</DependentUpon>
106     </Compile>
107     <Compile Include="Default.aspx.designer.vb">
108       <DependentUpon>Default.aspx</DependentUpon>
109     </Compile>
110     <Compile Include="My Project\AssemblyInfo.vb" />
111     <Compile Include="My Project\Application.Designer.vb">
112       <AutoGen>True</AutoGen>
113       <DependentUpon>Application.myapp</DependentUpon>
114     </Compile>
115     <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
116       <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
117       <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
118     </Compile>
119     <Compile Include="My Project\Resources.Designer.vb">
120       <AutoGen>True</AutoGen>
121       <DesignTime>True</DesignTime>
122       <DependentUpon>Resources.resx</DependentUpon>
123     </Compile>
124     <Compile Include="My Project\Settings.Designer.vb">
125       <AutoGen>True</AutoGen>
126       <DependentUpon>Settings.settings</DependentUpon>
127       <DesignTimeSharedInput>True</DesignTimeSharedInput>
128     </Compile>
129     <Compile Include="Service References\ServiceReference1\Reference.vb">
130       <AutoGen>True</AutoGen>
131       <DesignTime>True</DesignTime>
132       <DependentUpon>Reference.datasvcmap</DependentUpon>
133     </Compile>
134   </ItemGroup>
135   <ItemGroup>
136     <EmbeddedResource Include="My Project\Resources.resx">
137       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
138       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
139       <CustomToolNamespace>My.Resources</CustomToolNamespace>
140       <SubType>Designer</SubType>
141     </EmbeddedResource>
142   </ItemGroup>
143   <ItemGroup>
144     <None Include="My Project\Application.myapp">
145       <Generator>MyApplicationCodeGenerator</Generator>
146       <LastGenOutput>Application.Designer.vb</LastGenOutput>
147     </None>
148     <None Include="My Project\Settings.settings">
149       <Generator>SettingsSingleFileGenerator</Generator>
150       <CustomToolNamespace>My</CustomToolNamespace>
151       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
152     </None>
153     <None Include="Service References\ServiceReference1\service.edmx" />
154   </ItemGroup>
155   <ItemGroup>
156     <WCFMetadata Include="Service References\" />
157   </ItemGroup>
158   <ItemGroup>
159     <ServiceReferenceMetadataStorage Include="Service References\ServiceReference1\">
160       <Type>datasvcmap</Type>
161     </ServiceReferenceMetadataStorage>
162   </ItemGroup>
163   <ItemGroup>
164     <Folder Include="App_Data\" />
165   </ItemGroup>
166   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
167   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
168   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
169        Other similar extension points exist, see Microsoft.Common.targets.
170   <Target Name="BeforeBuild">
171   </Target>
172   <Target Name="AfterBuild">
173   </Target>
174   -->
175   <ProjectExtensions>
176     <VisualStudio>
177       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
178         <WebProjectProperties>
179           <UseIIS>False</UseIIS>
180           <AutoAssignPort>True</AutoAssignPort>
181           <DevelopmentServerPort>14856</DevelopmentServerPort>
182           <DevelopmentServerVPath>/</DevelopmentServerVPath>
183           <IISUrl>
184           </IISUrl>
185           <NTLMAuthentication>False</NTLMAuthentication>
186           <UseCustomServer>False</UseCustomServer>
187           <CustomServerUrl>
188           </CustomServerUrl>
189           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
190         </WebProjectProperties>
191       </FlavorProperties>
192     </VisualStudio>
193   </ProjectExtensions>
194 </Project>